RichText

#experimental
Most text boxes are rich text boxes. Rich text can be modified by tokens inside the text.
Every token has to be closed by a closing token.

Tokens

"[S=X]" "[/S]" = Sets text scale
Example: [S=1.5]Big Text[/S]

"[C=HEX]" "[/C]" = Sets text color
Example: [C=ff0000ff]Red Text[/C]

"[E=TYPE:STRENGTH]" "[/E]" = Sets text effect
Types:

  • wave
  • shake
    Strength default is 1.0.
    Example: [E=shake]Shaking Text[/E]